Uses of Class
robocode.DeathEvent

Uses of DeathEvent in robocode
 

Methods in robocode with parameters of type DeathEvent
 void AdvancedRobot.onDeath(DeathEvent event)
          This method will be called if your robot dies You should override it in your robot if you want to be informed of this event.
 void Robot.onDeath(DeathEvent event)
          This method will be called if your robot dies You should override it in your robot if you want to be informed of this event.